home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 0755 / anzio.cap next >
Text File  |  1997-04-09  |  2KB  |  60 lines

  1. #ANZIO, AnzioWin a_termcap (acucobol) description
  2. # version 1.0, 9-26-94
  3. # version 2.0, 7-26-96:
  4. #   Added definition for anzio-mouse, for mouse support in Anzio 10.9d and
  5. #     later
  6. #   Removed entry AC, which indicates terminal clears in background color
  7. anzio|ANZIO|Anzio|Anzio emulator set for vt220 mode with color:\
  8. # the basics
  9.    :co#80:li#24:\
  10.    :al=\E[L:cd=\E[J:ce=\E[K:\
  11.    :cl=\E[H\E[J:\
  12.    :dl=\E[M:is=\E[0;10m:\
  13. # function keys 1-10
  14.    :k1=\EOP:k2=\EOQ:k3=\EOR:k4=\EOS:k5=\EOT:k6=\EOU:k7=\EOV:\
  15.    :k8=\EOW:k9=\EOX:k0=\EOY:\
  16. # function keys 11, 12
  17.    :K1=\EOZ:K2=\EOO:\
  18. # shifted function keys 1-12
  19.    :U1=\EOp:U2=\EOq:U3=\EOr:U4=\EOs:U5=\EOt:U6=\EOu:U7=\EOv:\
  20.    :U8=\EOw:U9=\EOx:U0=\EOy:\
  21.    :A1=\EOz:A2=\EOa:\
  22. # arrow keys
  23.    :ku=\E[A:kd=\E[B:kr=\E[C:kl=\E[D:\
  24. # other special keys
  25.    :kh=\E[H:KE=\E[Y:kN=\E[U:kP=\E[V:KI=\E[@:KX=\177:\
  26. # cursor movement
  27.    :cm=\E[%i%d;%dH:\
  28.    :up=\E[A:nd=\E[C:\
  29. # attributes
  30.    :DL:\
  31.    :RV=\E[7m:HI=\E[0;1m:LO=\E[m:BL=\E[5m:RB=\E[5;7m:\
  32. # colors
  33.    :C1=\E[30m:C2=\E[34m:C3=\E[32m:C4=\E[36m:C5=\E[31m:C6=\E[35m:\
  34.    :C7=\E[33m:C8=\E[37m:\
  35.    :B1=\E[40m:B2=\E[44m:B3=\E[42m:B4=\E[46m:B5=\E[41m:B6=\E[45m:\
  36.    :B7=\E[43m:B8=\E[47m:\
  37. # line drawing
  38.    :GO=\E(0:GF=\E(B:GM=qxlkmjvtwun:\
  39. # pass-through print
  40.    :EP=\E[5i:DP=\E[4i:\
  41. # 80 vs. 132-column
  42.    :W3=\E[?3h:W8=\E[?3l:
  43.  
  44. # Entry for AnzioWin is based on Anzio entry
  45. ANZIOWIN|anziowin|Anziowin|AnzioWin|AnzioWin set for VT220, color:\
  46. # visible background, because we may have black on white
  47.    :VB:\
  48. # have underline, but no blink
  49.    :RU=\E4;7m:BL=:UL=\E[4m:\
  50.    :tc=anzio:
  51. anzio-m|ANZIO-M|Anzio monochrome:\
  52.    :C1=:C2=:C3=:C4=:C5=:C6=:C6=:C8=:\
  53.    :B1=:B2=:B3=:B4=:B5=:B6=:B6=:B8=:\
  54.    :tc=anzio:
  55. anzio-mouse|ANZIO-MOUSE|Anzio with mouse:\
  56.    :is=\E[0;10m\E[?1000h:\
  57.    :km=\E[M:\
  58.    :DI=\E[?1000l:\
  59.    :tc=anziowin:
  60.